home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / SOUND / SDNMT201.ARJ / INSTALL.FIL < prev    next >
Text File  |  1992-07-19  |  4KB  |  145 lines

  1.  
  2. BACKGROUND 63
  3. TELESCOPE OFF
  4. SHADOW ON
  5. WINOPEN 18 2 95
  6.  
  7. "   TurboSystemsCo"
  8. "Installation Program"
  9. "        For"
  10. "   SoundMasterDb"
  11. DOS 3.1
  12. JUMP.NO NO_DOS
  13. MEMORY 512
  14. JUMP.NO  NO_MEM
  15. :PROMPT
  16. SPACE 300
  17. DRIVE C 28 10 31 15 32 14 79
  18. PATH \SOUNDM 12 10 31 15 32 14 79
  19. EXIST ~1~2\*.*
  20. JUMP.NO UNPACK
  21. WINOPEN 0 10 31
  22. "The directory ~1~2 already exists and contains files!"
  23. "Are you sure you want to risk overwriting files in this directory Y or N?"
  24. ASK 77 12
  25. WINCLOSE
  26. JUMP.NO PROMPT
  27. :UNPACK
  28. UNPACK SOUND.PAK 24 10 31 32 14 79
  29. JUMP.FAIL INSTALL_FAILURE
  30. COPY ~0\README.DOC  ~1~2\README.DOC 24 10 31
  31. :COMMAND_TEST
  32. EXIST ~3\COMMAND.COM
  33. JUMP.YES DOS_PROMPT
  34. WINOPEN 0 10 15
  35. "Please insert your boot floppy disk in drive ~3"
  36. ""
  37. "Press the [Enter] key to continue."
  38. WAIT 47 13
  39. WINCLOSE
  40. JUMP COMMAND_TEST
  41. :DOS_PROMPT
  42. SHADOW OFF
  43. EXIST ~3\CONFIG.SYS
  44. JUMP.NO MAKE_CONFIG
  45. COPY ~3\CONFIG.SYS ~3\CONFIG.LDT 24 10 51
  46. SET.FILES 40
  47. JUMP.FAIL INSTALL_FAILURE
  48. SET.BUFFERS 20
  49. JUMP.FAIL INSTALL_FAILURE
  50. SHADOW ON
  51. JUMP SKIPGO
  52. :MAKE_CONFIG
  53. FILE ~3\CONFIG.SYS
  54. JUMP.FAIL INSTALL_FAILURE
  55. "FILES=20"
  56. "BUFFERS=20"
  57. JUMP THERE
  58. :SKIPGO
  59. SHADOW OFF
  60. WINOPEN 0 12 31
  61. "Would you like to read the README.DOC file?"
  62. "                             (Y or N)"
  63.  
  64. ASK 45 14                     ' one method of providing a "conditional" jump
  65. WINCLOSE                      ' close the above window
  66. JUMP.NO PRINT_INSTALL.TXT
  67. VIEW ~1~2\README.DOC 79 31
  68. :PRINT_INSTALL.TXT
  69. WINOPEN 0 12 31
  70. "Would you like to PRINT the README.DOC file?"
  71. "                             (Y or N)"
  72.  
  73. ASK 45 14                     ' one method of providing a "conditional" jump
  74. WINCLOSE                      ' close the above window
  75. JUMP.NO THERE
  76.  
  77. WINOPEN 0 0 31                ' printing large file takes a while ...
  78. "Printing ..."
  79. PRINT ~1~2\README.DOC
  80. WINCLOSE                      ' close the above window
  81. JUMP.FAIL PRINTER_ERROR       ' jump on fatal error
  82. JUMP THERE                     ' print successful, skip next
  83.  
  84. :PRINTER_ERROR                ' label for error condition
  85. WINOPEN 0 12 31                ' open the following window
  86. "Your printer is not responding.  Possible problems:"
  87. "   -- Printer is not turned on"
  88. "   -- Printer is out of paper"
  89. "   -- Printer is not attached to LPT1 (parallel port 1)"
  90. ""
  91. "Do you want to try to print again  (Y or N)?"
  92. ASK 57 18                     ' prompt for Y or N key
  93. WINCLOSE                      ' close this window
  94. JUMP.YES PRINT_INSTALL.TXT    ' y key pressed, print
  95.  
  96. :THERE
  97. WINCLOSE
  98. WINOPEN 0 0 95
  99. "SoundMasterDb v2.01s has been successfully installed. Your CONFIG.SYS"
  100. "file may have been modified to include the FILES=40, BUFFERS=20 statements"
  101. "IF your CONFIG.SYS file was modified, a backup copy CONFIG.LDT was made"
  102. "prior to the modifications being made.   You should re-boot your computer"
  103. "prior to running SoundMasterDb unless you know that your FILES= and"
  104. "BUFFERS= statements were greater than or equal to 40/20 prior to running"
  105. "this installation program"
  106. ""
  107. "                 Thanks For Trying SoundMasterDb"
  108. ""
  109. "          Press [Enter] key to exit this installation program"
  110. WAIT 67 17
  111. WINCLOSE
  112. :EXIT
  113. END
  114. :NO_DOS
  115. WINOPEN 0 10 31
  116. "      This program requires DOS version 3.1 or greater to run!      "
  117. "               The installation is terminated"
  118. "Contact TurboSystemsCo at 404-516-8575 if your DOS is 3.1 or greater"
  119. "               Press the [Enter] key to exit"
  120. WAIT 47 17
  121. WINCLOSE
  122. JUMP EXIT
  123.  
  124. :NO_MEM
  125. WINOPEN 0 10 31
  126. "Your system does not have at least 512K memory required to run the program"
  127. "                      The installation is terminated!"
  128. "   If your system has 512K or more contact TurboSystemCo at 404-516-8575"
  129. "                       Press the [Enter] key to exit"
  130. WAIT 47 13
  131. WINCLOSE
  132. JUMP EXIT
  133.  
  134. :INSTALL_FAILURE
  135. WINOPEN 0 11 79
  136. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  137. ""
  138. "Possible reasons:"
  139. "--The floppy disk was removed prior to completion."
  140. "--The floppy disk was damaged during shipping."
  141. "--Your disk drive is out of alignment."
  142. ""
  143. "Press [Enter] to exit"
  144. WAIT 62 19
  145. JUMP EXIT